﻿2026-06-15T11:07:16.2806726Z ##[group]Run actions/checkout@v5
2026-06-15T11:07:16.2807892Z with:
2026-06-15T11:07:16.2808578Z   repository: SaberMage/spt-core
2026-06-15T11:07:16.2817468Z   token: ***
2026-06-15T11:07:16.2818145Z   ssh-strict: true
2026-06-15T11:07:16.2818823Z   ssh-user: git
2026-06-15T11:07:16.2819624Z   persist-credentials: true
2026-06-15T11:07:16.2820396Z   clean: true
2026-06-15T11:07:16.2821089Z   sparse-checkout-cone-mode: true
2026-06-15T11:07:16.2821929Z   fetch-depth: 1
2026-06-15T11:07:16.2822615Z   fetch-tags: false
2026-06-15T11:07:16.2823330Z   show-progress: true
2026-06-15T11:07:16.2824044Z   lfs: false
2026-06-15T11:07:16.2824726Z   submodules: false
2026-06-15T11:07:16.2825438Z   set-safe-directory: true
2026-06-15T11:07:16.2826431Z ##[endgroup]
2026-06-15T11:07:16.3637346Z Syncing repository: SaberMage/spt-core
2026-06-15T11:07:16.3639626Z ##[group]Getting Git version info
2026-06-15T11:07:16.3640828Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T11:07:16.3642636Z [command]/usr/bin/git version
2026-06-15T11:07:16.3643442Z git version 2.43.0
2026-06-15T11:07:16.3645876Z ##[endgroup]
2026-06-15T11:07:16.3653764Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/687308b6-cce6-40c3-a5e6-292620650da2' before making global git config changes
2026-06-15T11:07:16.3656117Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T11:07:16.3657984Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T11:07:16.3689313Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T11:07:16.3706737Z https://github.com/SaberMage/spt-core
2026-06-15T11:07:16.3717583Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T11:07:16.3719719Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T11:07:16.3737215Z HEAD
2026-06-15T11:07:16.3770202Z ##[endgroup]
2026-06-15T11:07:16.3771136Z [command]/usr/bin/git submodule status
2026-06-15T11:07:16.3948082Z ##[group]Cleaning the repository
2026-06-15T11:07:16.3949615Z [command]/usr/bin/git clean -ffdx
2026-06-15T11:07:17.6298869Z Removing target/
2026-06-15T11:07:17.6307627Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T11:07:17.6355341Z HEAD is now at cb05600 release: v0.7.1 — <EVENT> envelope everywhere + confident update-apply message
2026-06-15T11:07:17.6362358Z ##[endgroup]
2026-06-15T11:07:17.6362782Z ##[group]Disabling automatic garbage collection
2026-06-15T11:07:17.6365707Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T11:07:17.6391021Z ##[endgroup]
2026-06-15T11:07:17.6391436Z ##[group]Setting up auth
2026-06-15T11:07:17.6396429Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T11:07:17.6423564Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T11:07:17.6614367Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T11:07:17.6639335Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T11:07:17.6829732Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T11:07:17.6855823Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T11:07:17.7040653Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T11:07:17.7070329Z ##[endgroup]
2026-06-15T11:07:17.7070787Z ##[group]Fetching the repository
2026-06-15T11:07:17.7077619Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +cb0560052c7392d386d9e68db359bbbf3138dcfe:refs/tags/v0.7.1
2026-06-15T11:07:18.1589594Z ##[endgroup]
2026-06-15T11:07:18.1590152Z ##[group]Determining the checkout info
2026-06-15T11:07:18.1590566Z ##[endgroup]
2026-06-15T11:07:18.1594770Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T11:07:18.1634544Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T11:07:18.1662299Z ##[group]Checking out the ref
2026-06-15T11:07:18.1662725Z [command]/usr/bin/git checkout --progress --force refs/tags/v0.7.1
2026-06-15T11:07:18.1699579Z HEAD is now at cb05600 release: v0.7.1 — <EVENT> envelope everywhere + confident update-apply message
2026-06-15T11:07:18.1702377Z ##[endgroup]
2026-06-15T11:07:18.1735739Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T11:07:18.1755873Z cb0560052c7392d386d9e68db359bbbf3138dcfe
